nas returned by the `event-start' and `event-end' functions."
(nth 3 position))
-\f
-;;;; Overlay dissection functions.
-
-(defsubst overlay-start (overlay)
- "Return the position at which OVERLAY starts."
- (marker-position (car (car overlay))))
-
-(defsubst overlay-end (overlay)
- "Return the position at which OVERLAY ends."
- (marker-position (cdr (car overlay))))
-
-(defsubst overlay-buffer (overlay)
- "Return the buffer OVERLAY belongs to."
- (marker-buffer (overlay-start overlay)))
-
\f
;;;; Obsolescent names for functions.